projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eade94
)
Add comment.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Aug 2013 20:17:35 +0000
(22:17 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Thu, 15 Aug 2013 20:17:35 +0000
(22:17 +0200)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 3d12ea8e9ebc55f97e0c5f9cc7108973ecf702d6..41c991f09c6e0a25837c5f3cbb53fcbdd645b7f4 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-7908,6
+7908,7
@@
imagemagick_compute_animated_image (MagickWand *super_wand, int ino)
MagickGetImagePage (sub_wand, &source_width, &source_height,
&source_left, &source_top);
+ /* This flag says how to handle transparent pixels. */
dispose = MagickGetImageDispose (sub_wand);
source_iterator = NewPixelIterator (sub_wand);